home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01518_SSsocTXT-GO.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  431 b   |  16 lines

  1. on mouseDown
  2.   puppetSound("Single Click")
  3.   if (the frameLabel = "DEC") and (the name of cast (the castNum of sprite 19 + 1) = "PG-END") then
  4.     beep(3)
  5.   else
  6.     if the name of cast (the castNum of sprite 19 + 1) = "PG-END" then
  7.       puppetSprite(16, 0)
  8.       puppetSprite(19, 0)
  9.       go(marker(1))
  10.     else
  11.       puppetSprite(19, 1)
  12.       set the castNum of sprite 19 to the castNum of sprite 19 + 1
  13.     end if
  14.   end if
  15. end
  16.